runtime.m.blocked (field)
8 uses
runtime (current package)
lock_futex.go#L46: gp.m.blocked = true
lock_futex.go#L51: gp.m.blocked = false
lock_futex.go#L69: gp.m.blocked = true
lock_futex.go#L74: gp.m.blocked = false
lock_futex.go#L88: gp.m.blocked = true
lock_futex.go#L93: gp.m.blocked = false
proc.go#L6968: print(" mallocing=", mp.mallocing, " throwing=", mp.throwing, " preemptoff=", mp.preemptoff, " locks=", mp.locks, " dying=", mp.dying, " spinning=", mp.spinning, " blocked=", mp.blocked, " lockedg=")
runtime2.go#L653: blocked bool // m is blocked on a note
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |